Skip to content

fix(blog): point Prisma Compute series docs link to /docs/compute#8007

Open
prisma-gremlin[bot] wants to merge 1 commit into
mainfrom
fix/prisma-compute-blog-docs-link
Open

fix(blog): point Prisma Compute series docs link to /docs/compute#8007
prisma-gremlin[bot] wants to merge 1 commit into
mainfrom
fix/prisma-compute-blog-docs-link

Conversation

@prisma-gremlin

@prisma-gremlin prisma-gremlin Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

The above-the-fold docs link on the Prisma Compute blog series landing page (https://www.prisma.io/blog/series/prisma-compute) pointed to https://docs.prisma.io/docs/prisma-compute, which returns a 404.

This updates the series registry's docsUrl to the canonical, working Compute docs landing page at https://docs.prisma.io/docs/compute (verified to return 200 with the "Prisma Compute" docs content).

Change

  • apps/blog/src/lib/series-registry.ts: docsUrl changed from https://docs.prisma.io/docs/prisma-computehttps://docs.prisma.io/docs/compute.

Verification

  • Fetched the old URL (/docs/prisma-compute) → 404 (confirmed broken).
  • Fetched the new URL (/docs/compute) → 200 with real content titled "Prisma Compute". This matches the docs source page apps/docs/content/docs/compute/index.mdx (frontmatter url: /compute), and other blog posts already link to this same path.
  • Searched the codebase afterward: no remaining references to the bare broken URL. The 3 existing /docs/prisma-compute/deploy references in blog posts resolve to 200 and are intentionally left unchanged.

Created by Mohawk

Summary by CodeRabbit

  • Bug Fixes
    • Updated the Compute documentation link to direct users to the new /docs/compute page instead of the previous location.

@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jul 7, 2026 12:21pm
docs Ready Ready Preview, Comment Jul 7, 2026 12:21pm
eclipse Ready Ready Preview, Comment Jul 7, 2026 12:21pm
site Ready Ready Preview, Comment Jul 7, 2026 12:21pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4ce6a86f-f4b9-4e3a-a2b8-06897806bd89

📥 Commits

Reviewing files that changed from the base of the PR and between b42378f and b33a630.

📒 Files selected for processing (1)
  • apps/blog/src/lib/series-registry.ts
✅ Files skipped from review due to trivial changes (1)
  • apps/blog/src/lib/series-registry.ts

Walkthrough

The docsUrl value for the "prisma-compute" entry in seriesRegistry was updated to /docs/compute. No other series metadata or logic changed.

Changes

Series Registry Docs URL Update

Layer / File(s) Summary
Update prisma-compute docsUrl
apps/blog/src/lib/series-registry.ts
The docsUrl for the "prisma-compute" series entry is changed to /docs/compute.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • prisma/web#7943: Both PRs update the prisma-compute series metadata in apps/blog/src/lib/series-registry.ts, including the docs link target.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: updating the Prisma Compute series docs link to /docs/compute.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@argos-ci

argos-ci Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Jul 7, 2026, 12:28 PM

@ellotheth ellotheth requested a review from ankur-arch July 3, 2026 19:31
The above-the-fold docs link on the Prisma Compute blog series landing
page (https://www.prisma.io/blog/series/prisma-compute) pointed to
https://docs.prisma.io/docs/prisma-compute, which returns a 404.

Update the series registry's docsUrl to the canonical, working Compute
docs landing page at https://docs.prisma.io/docs/compute (verified to
return 200). Other existing /docs/prisma-compute/deploy references in
blog posts resolve correctly and are left unchanged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants